home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Scribefire-1.4.2 / scribefire-1.4.2-fx+fl.xpi / chrome / skin / overlay.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-07-18  |  15.1 KB  |  705 lines

  1. .pffAddonBody[enabled="true"]{
  2.    font-weight: bold;
  3. }
  4.  
  5.  
  6. .pffAddonCheck{
  7.     margin: 0px; 
  8.     margin-right: -10px
  9. }
  10.  
  11.  
  12. .url {
  13.      cursor: pointer;
  14.      text-decoration: underline;
  15.      color: #3A69A6;
  16. }
  17.  
  18. .white {
  19.   background-color: #FFFFFF;
  20. }
  21.  
  22. .icon-performancing{
  23.   list-style-image: url("chrome://performancing/skin/ui/performancing-16x16-icon.png");
  24. }
  25.  
  26. .performancing-navbar-tabs{
  27.     max-width: 100px;
  28. }
  29. #performancing-outerbox{
  30.     /*min-width: 720px;*/
  31.     min-height: 100px;
  32. }
  33.  
  34. #performancing-main-hbox,
  35. #performancing-outerbox2{
  36.     /*min-width: 700px;*/
  37. }
  38.  
  39. #performancing-resavenote-button{
  40.     width: 100px;
  41.     min-height:32px; 
  42.     max-height: 32px;
  43. }
  44.  
  45. #performancing-publish-imagebutton{
  46.     max-width: 150px;
  47.     height: 32px;
  48. }
  49.  
  50. #performancing-resavenote-button{
  51.     max-width: 150px;
  52.     height: 32px;
  53. }
  54.  
  55. #performancing-delicios-bookmark-notes,
  56. #performancing-delicios-bookmark-tags,
  57. #performancing-delicios-bookmark-desc,
  58. #performancing-delicios-bookmark-url{
  59.     width: 300px;
  60. }
  61.  
  62. #performancing-about-rss-box{
  63.     min-height: 100px;
  64.     min-width: 200px;
  65. }
  66.  
  67. #performancing-blog-list{
  68.     min-height: 30px;
  69.     width: 11px;
  70. }
  71.  
  72. #performancing-history-list{
  73.     min-height: 30px;
  74.     width: 11px;
  75. }
  76.  
  77. #performancing-search-notes-text{
  78.     max-width: 100px;
  79. }
  80.  
  81. #performancing-notes-list{
  82.     min-height: 30px;
  83.     width: 11px;
  84. }
  85.  
  86. #performancing-sidebar-extra-options{
  87.     max-width: 205px;
  88. }
  89.  
  90. #performancing-main-hbox,
  91. #performancing-sidebar-extra-options,
  92. #blog-sidebar-listing-0,
  93. #performancing-about-content,
  94. #performancing-delicios-tag-list,
  95. #performancing-delicious-content,
  96. #performancing-technorati-content,
  97. #performancing-settings-content{
  98.     overflow: auto;
  99. }
  100.  
  101. #performancing-main-hbox-notused{
  102.     background-image: url(chrome://performancing/skin/ui/background__.png);
  103.     background-repeat: repeat;
  104. }
  105.  
  106. /* StatusBar CSS */
  107. #performancing-statusbar-panel{
  108.   -moz-appearance: none !important;
  109.   border: 0px inset;
  110.   padding: 0; 
  111.     padding-left: 4px;
  112.     padding-right: 4px;
  113.   background-repeat: no-repeat;
  114. }
  115.  
  116. #performancing-sb-button {
  117.     list-style-image: url("chrome://performancing/skin/ui/editor_16x16.png");
  118.     -moz-opacity: 0.8;
  119.     padding: 0;
  120.     margin: 0;
  121.     border: none !important; 
  122.     -moz-appearance: none !important;
  123. }
  124.  
  125. toolbar[iconsize="large"] #performancing-sb-button {
  126.     list-style-image: url("chrome://performancing/skin/ui/editor_24x24.png");
  127.     -moz-opacity: 0.8;
  128.     padding: 0;
  129.     margin: 0;
  130.     border: none !important; 
  131.     -moz-appearance: none !important;
  132. }
  133.  
  134. /* Icons */
  135.  
  136. #performancing-background {
  137.     list-style-image: url("chrome://performancing/skin/ffextmockup_3.png");
  138. }
  139.  
  140. /* Start Upload UI */
  141. .pff-upload-bar {
  142.   border-top-width: 2px;
  143.   border-top-style: groove;
  144.   border-top-color: threedface;
  145. }
  146.  
  147. /* END Upload UI */
  148.  
  149. .onpfftabhover{
  150.     padding: 5px;
  151.     padding-bottom: 0px;
  152.     background-color: transparent;
  153.     border: 1px solid transparent;
  154.     border-bottom: 0px;
  155.     -moz-border-radius-topright: 0.6em;
  156.     -moz-border-radius-topleft: 0.6em;
  157.     height: 16px;
  158. }
  159.  
  160. .onpfftabhover:hover{
  161.     background-color: #C4C4C2;
  162.     border: 1px solid #fff;
  163.     border-bottom: 0px;
  164. }
  165.  
  166. .onpfftabhover[isselected="true"]{
  167.     background-color: #fff;
  168.     border: 1px solid #919B9C;
  169.     border-bottom: 0px;
  170. }
  171.  
  172. #edit-tab-hbox{
  173.     border: 1px solid transparent;
  174.     border-bottom: 0px;
  175.     -moz-border-radius-topright: 0.6em;
  176.     -moz-border-radius-topleft: 0.6em;
  177.     background-color: #D6D4CC;
  178. }
  179.  
  180. #tab-normal-edit{
  181.     -moz-border-radius-topleft: 0.6em;
  182.     list-style-image: url("chrome://performancing/skin/ui/tabs-richeditor.png");
  183. }
  184.  
  185. #tab-source-edit{
  186.     list-style-image: url("chrome://performancing/skin/ui/tabs-source.png");
  187. }
  188.  
  189. #tab-preview-edit{
  190.     -moz-border-radius-topright: 0.6em;
  191.     list-style-image: url("chrome://performancing/skin/ui/tabs-preview.png");
  192. }
  193.  
  194. /* Midas */
  195. #userpic {
  196.     cursor: pointer;
  197. }
  198. #preview-display {
  199.     border: 1px inset;
  200. }
  201. #underline-button {
  202.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-underline.png);
  203. }
  204. #strikethrough-button{
  205.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-strikethrough.png);
  206. }
  207. #bold-button {
  208.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-bold.png);
  209. }
  210. #italic-button {
  211.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-italic.png);
  212. }
  213. #blockquote-button {
  214.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-blockquote.png);
  215. }
  216. #strong-button {
  217.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-strong.png);
  218. }
  219. #em-button {
  220.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-em.png);
  221. }
  222. #link-button{
  223.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-link.png);
  224. }
  225.  
  226. #text-increase-button{
  227.     list-style-image: url(chrome://performancing/skin/toolbar/text-increase.png);
  228. }
  229. #text-decrease-button{
  230.     list-style-image: url(chrome://performancing/skin/toolbar/text-decrease.png);
  231. }
  232.  
  233. #fgc-button{
  234.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-colorpicker.png);
  235. }
  236. #image-button {
  237.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-imagelink.png);
  238. }
  239. #orderedlist-button {
  240.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-numlist.png);
  241. }
  242. #unorderedlist-button {
  243.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-list.png);
  244. }
  245. #justifyleft-button {
  246.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-leftadj.png);
  247. }
  248. #justifycenter-button {
  249.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-centeradj.png);
  250. }
  251. #justifyright-button {
  252.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-rightadj.png);
  253. }
  254. #justifyjustified-button {
  255.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-justify.png);
  256. }
  257. #color-source-button2 {
  258.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-colorpicker.png);
  259. }
  260.  
  261. #performance-color-picker {
  262.     list-style-image: url(chrome://performancing/skin/toolbar/toolbar-colorpicker.png);
  263. }
  264. body {
  265.     font: message-box;
  266.     margin: 2px 4px;
  267. }
  268.  
  269. /* Nav Buttons */
  270. .performancing-navbuttons{
  271.     background-color: transparent;
  272.     color: #000;
  273.     padding: 10px;
  274.     font-weight: bold;
  275.     font-size: small;
  276.     -moz-border-radius: 0.6em;
  277. }
  278.  
  279. .performancing-navbuttons:hover{
  280.     background-color: transparent;
  281.     color: #000;
  282.     padding: 10px;
  283. }
  284.  
  285. .performancing-navbuttons[selected="true"]{
  286.     background-color: transparent;
  287.     -moz-opacity: 0.6;
  288.     color: #000;
  289.     padding: 10px;
  290.     font-weight: bold;
  291.     font-size: small;
  292.     -moz-border-radius: 0.6em;
  293. }
  294.  
  295. #performancing-navbar{
  296.     max-width: 100px;
  297. }
  298.  
  299. #performancing-navbar-toggle{
  300.     list-style-image: url(chrome://performancing/skin/ui/navbar-open-8.png);
  301. }
  302.  
  303. #performancing-navbar-toggle[state="open"]{
  304.     list-style-image: url(chrome://performancing/skin/ui/navbar-close-8.png);
  305. }
  306.  
  307. .performancing-navbuttons-small-addon-label{
  308.     width: 70px;
  309.     padding: 0px;
  310. }
  311. .performancing-navbuttons-small-label{
  312.     width: 80px;
  313.     padding: 0px;
  314. }
  315.  
  316. .performancing-navbuttons-small-addon,
  317. .performancing-navbuttons-small{
  318.     padding: 0px;
  319.     margin: 0px;
  320.     font-size: small; 
  321.     -moz-appearance: none !important;   
  322.     background-image: url('chrome://performancing/skin/ui/buttons-bg2.png');
  323.     background-repeat: no-repeat;
  324.     width: 100px;
  325.     height: 32px;
  326.     -moz-border-radius: 0.6em;
  327.     -moz-opacity: 0.8;
  328. }
  329.  
  330. .performancing-navbuttons-small-addon{
  331.     height: 25px;
  332.     width: 80px;
  333.     font-size: x-small; 
  334.     background-image: url('chrome://performancing/skin/ui/addon-button-bg.png');
  335. }
  336.  
  337. .performancing-navbuttons-small-addon[selected="true"]{
  338.     font-weight: bold;
  339.     -moz-opacity: 1.0;
  340. }
  341.  
  342. .performancing-navbuttons-small-addon:hover,
  343. .performancing-navbuttons-small:hover{
  344.     -moz-opacity: 0.5;
  345. }
  346.  
  347. .performancing-navbuttons-small[selected="true"]{
  348.     color:#fff;
  349.     background-image: url('chrome://performancing/skin/ui/buttons-bg-sel.png');
  350.     -moz-opacity: 1.0;
  351. }
  352. .performancing-navbuttons-small[selected="true"]:hover{
  353.     background-image: url('chrome://performancing/skin/ui/buttons-bg2.png');
  354.     -moz-opacity: 1.0;
  355. }
  356.  
  357. #performancing-navbar-tabs{
  358.     padding-top: 20px
  359. }
  360.  
  361. #performancing-navbar-tabs-addons{
  362.     padding-left: 10px;
  363. }
  364.  
  365. .performancing-categories {
  366.     padding: 0px;
  367.     background-color: transparent;
  368.     border:none;
  369.     border-top:1px solid #D35400;
  370.     color: #000;
  371.     width: 203px;
  372. }
  373.  
  374. #performancing-sidebar {
  375.     width: 205px;
  376.     max-width: 205px;
  377. }
  378.  
  379. .performancing-sidebar {
  380.     background-color: transparent;
  381.     color: #fff;
  382. }
  383.  
  384. .performancing-sidebarnav {
  385.     background-color: transparent;
  386.     border-bottom: 0;
  387.     color: #fff;
  388.     padding-bottom: 0;
  389.     margin: 0;
  390. }
  391.  
  392. .performancing-sidebarnav-tab {
  393.     background-image: url(chrome://performancing/skin/ui/sidebar-tab-bg-fill_.png);
  394.     background-color: white;
  395.     -moz-opacity: 0.6;
  396.     color: #A74300;
  397.     padding: 2px;
  398.     margin: 2px;
  399.     margin-bottom: 0px;
  400.     padding-bottom: 3px;
  401.     margin-top: 2px;
  402.     padding-top: 2px;
  403.     font-weight: normal;
  404.     font-size: small;
  405.     
  406.     border: 1px solid #A74300;
  407.     border-bottom: 0px;
  408.     width: 45px;
  409.     -moz-border-radius-topright: 0.3em;
  410.     -moz-border-radius-topleft: 0.3em;   
  411. }
  412.  
  413. .performancing-sidebarnav-tab[selected="true"] {
  414.     background-image: url(chrome://performancing/skin/ui/sidebar-tab-bg-fill-hov_.png);
  415.     color: #fff;
  416.     font-weight: bold;
  417.     border: 1px solid #A74300;
  418.     border-bottom: 0px;
  419.     background-color: #D35400;
  420.     -moz-opacity: 0.8;
  421.     font-style: normal;
  422. }
  423.  
  424. .performancing-sidebarnav-tab[selected="true"]:hover {
  425.     background-image: url(chrome://performancing/skin/ui/sidebar-tab-bg-fill-hov_.png);
  426.     font-weight: bold;
  427.     -moz-opacity: 0.9;
  428.     color: #fff;
  429. }
  430.  
  431. .performancing-sidebarnav-tab:hover {
  432.     background-image: url(chrome://performancing/skin/ui/sidebar-tab-bg-fill-hov.png);
  433.     -moz-opacity: 0.9;
  434.     color: #000;
  435.     font-weight: normal;
  436. }
  437.  
  438. #performancing-navbar-toggle{
  439.     list-style-image: url(chrome://performancing/skin/ui/navbar-open-8.png);
  440. }
  441.  
  442. #performancing-navbar-toggle[state="open"]{
  443.     list-style-image: url(chrome://performancing/skin/ui/navbar-close-8.png);
  444. }
  445.  
  446. #performancing-sidebarbutton{
  447.     list-style-image: url(chrome://performancing/skin/ui/navbar-close-8.png);
  448. }
  449.  
  450. #performancing-sidebarbutton[state="open"] {
  451.     list-style-image: url(chrome://performancing/skin/ui/navbar-open-8.png);
  452. }
  453.  
  454. .performancing-styles{
  455.     color: #000;
  456.     -moz-opacity: 0.5;
  457. }
  458.  
  459. .performancing-styles:hover{
  460.     color: #FF6600;
  461.     text-decoration: underline;
  462.     -moz-opacity: 0.9;
  463. }
  464.  
  465. .performancing-stylebar{
  466.     -moz-opacity: 0.5;
  467. }
  468. .performancing-stylebar:hover{
  469.     -moz-opacity: 0.7;
  470. }
  471.  
  472. /* Nave Buttons */
  473. #performancing-publish-imagebutton2 {
  474.     list-style-image: url('chrome://performancing/skin/ui/publish-buttons-bg.png'); 
  475. }
  476. #performancing-publish-imagebutton2[hovered="true"] {
  477.     list-style-image: url('chrome://performancing/skin/ui/publish-buttons-bg-hov.png'); 
  478. }
  479.  
  480. .normalButtons {
  481.     font-size: x-small; 
  482.     -moz-appearance: none !important; 
  483.     -moz-border-radius: 5px; border: 0px;  
  484.     background-image: url('chrome://performancing/skin/ui/buttons-bg2.png');
  485.     background-repeat: no-repeat;
  486. }
  487.  
  488. .normalButtons:hover {
  489.     background-image: url('chrome://performancing/skin/ui/buttons-bg-hov2.png');
  490.     background-repeat: no-repeat;
  491. }
  492.  
  493. .performanceblog{
  494.     background-image: url('chrome://performancing/skin/ui/blog_dot.png');
  495.     background-repeat: no-repeat;
  496. }
  497.  
  498. .performanceblog[selected="true"]{
  499.     background-image: url('chrome://performancing/skin/ui/blog_dot.png');
  500.     background-repeat: no-repeat;
  501.     background-color: #8098be;
  502. }
  503.  
  504.  
  505. .performanceblog2{
  506.     margin-left: 12px
  507. }
  508.  
  509. .performancenote{
  510.     background-image: url('chrome://performancing/skin/ui/note_blue2.png');
  511.     background-repeat: no-repeat;
  512. }
  513.  
  514. .performancenote2{
  515.     background-repeat: no-repeat;
  516.     margin-left: 12px
  517. }
  518.  
  519. .feedbackdialog {
  520.     -moz-border-radius: 20px; 
  521.     border: 3px groove #000;
  522.     margin-left: 30px; 
  523.     margin-right: 30px; 
  524.     background-color: #fff;
  525. }
  526.  
  527. #performancing-grippy{
  528.     background-image: url('chrome://performancing/skin/ui/grippy2.png');
  529.     width: 37px;
  530.     height: 9px;
  531. }
  532.  
  533. #performancing-close-toolbar{
  534.     list-style-image: url('chrome://performancing/skin/ui/close.png');
  535.     width: 18px;
  536.     height: 18px;
  537.     margin: 0px; 
  538.     padding: 0px;
  539. }
  540.  
  541. #performancing-close-extra-opts{
  542.     list-style-image: url('chrome://performancing/skin/ui/close.png');
  543.     width: 18px;
  544.     height: 18px;
  545.     margin: 0px; 
  546.     padding: 0px;
  547. }
  548.  
  549. #performancingSplit{
  550. /*    background-image: url(chrome://performancing/skin/ui/background__.png);
  551.     background-repeat: repeat;
  552.     margin: 0px; 
  553.     padding: 0px;
  554.     */
  555.     border-width: 1px 0px 0px 0px;
  556.     border-color: #999;
  557.     border-style: solid;
  558.     background-color: ThreeDFace;
  559.     
  560. }
  561.  
  562. #performancing-post-progress{
  563.     list-style-image: url('chrome://performancing/skin/ui/uploading_bar_anim_fast.gif');
  564.     height: 19px;
  565. }
  566.  
  567. .onsearcherror{
  568.     color: red;
  569. }
  570.  
  571. /* About */
  572. .performancerssitem{
  573.     font-weight: bold;
  574.     font-size: 1em;
  575.     margin: 5px;
  576. }
  577.  
  578. #performancing-about-rss{
  579. }
  580.  
  581. #performancing-about-rss-box{
  582.     border: 0px;
  583. }
  584.  
  585. #performancing-logo {
  586.     list-style-image: url('chrome://performancing/skin/ui/scribefire-logo-small.png');
  587.     margin-bottom: 5px;
  588.     height: 16px;
  589.     width: 97px; 
  590. }
  591.  
  592. .performance-about-desc{
  593.     font-size: small;
  594. }
  595.  
  596. .extra-options{
  597.     font-weight: bold;
  598. }
  599.  
  600. .extra-options-desc{
  601.     font-size: xx-small;
  602.     font-style: italic;
  603. }
  604.  
  605. .perf-bar {
  606.   border-bottom-width: 2px;
  607.   border-bottom-style: groove;
  608.   border-bottom-color: threedface;
  609.   background-color: #FFFFFF;
  610. }
  611.  
  612. #performancing-sidebar-extra-navbar{
  613.     background-color: #cbc7b3;
  614.     -moz-border-radius: 0.6em;
  615. }
  616.  
  617. .performancing-sidebar-background{
  618.     background-color: #cbc7b3;
  619.     -moz-border-radius: 0.6em;
  620.     padding: 5px;
  621. }
  622.  
  623. .pffwhite-text{
  624.     color: #ffffff;
  625.     font-size: small;
  626.     font-weight: bold;
  627. }
  628.  
  629. .pff-sidebar-border{
  630.     border: 1px solid #fff;
  631. }
  632.  
  633. .pff-forms{
  634.     /*-moz-appearance: none !important;*/ 
  635.     margin-bottom: 20px;
  636.     border: 1px solid #000;
  637.     border-style: solid;
  638. }
  639. .pff-delicious-search{
  640.     border: 2px groove #000;
  641. }
  642.  
  643. .performancing-drop-target-left {
  644.   -moz-appearance: none !important; 
  645.   border-left: 2px solid red;
  646. }
  647.  
  648. .performancing-drop-target-right { 
  649.   -moz-appearance: none !important; 
  650.   border-right: 2px solid red;
  651. }
  652.  
  653. .autoDetectText{
  654.     font-weight: bold;
  655. }
  656.  
  657. .autoDetectText2{
  658.     font-weight: bold;
  659.     color: red;
  660. }
  661.  
  662. #performancing-editor-subject{
  663.     font-size: small;
  664.     font-weight: bold;
  665.     margin-left: 5px;
  666.     font-family: sans-serif;
  667. }
  668.  
  669. #performancing-message-source{
  670.     font-family: sans-serif;
  671.     font-size: medium;
  672. }
  673.  
  674. /* For blank.html and blank2.html */
  675. body {          
  676.       font: 1em/1em verdana, 'Times New Roman', sans-serif, "bitstream vera sans", arial, courier;
  677.       font-weight: normal;
  678.       margin-top: 0px;
  679.       margin-left: 0px;
  680.       margin-right: 0px;
  681.       background-color: #fff;
  682.       color: #000;
  683. }
  684. body a, a.active:visited, a:visited {
  685.     color: #4568AA;
  686.     text-decoration: underline;
  687. }
  688.  
  689. label.link {
  690.     cursor: pointer;
  691.     color: #000;
  692.     text-decoration: underline;
  693. }
  694.  
  695. #blog-group-rows row {
  696.     border-style: dotted;
  697.     border-color: #000;
  698.     border-width: 0px 0px 1px 0px;
  699.     vertical-align: middle;
  700. }
  701.  
  702. #blog-group-rows row label {
  703.     padding-top: 4px;
  704. }
  705.